projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5253395
)
inspector: Ellipsize the accessible name
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 20 Sep 2015 04:12:16 +0000
(
00:12
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 23 Sep 2015 11:01:15 +0000
(07:01 -0400)
It can be long, and we don't want the inspector to grow excessively.
gtk/inspector/misc-info.ui
patch
|
blob
|
history
diff --git
a/gtk/inspector/misc-info.ui
b/gtk/inspector/misc-info.ui
index 6c3a53a1bb1e8cd2a583864b6213797d0c6923f4..8707c28912747a328b895d3b870e015e3998f61c 100644
(file)
--- a/
gtk/inspector/misc-info.ui
+++ b/
gtk/inspector/misc-info.ui
@@
-518,6
+518,8
@@
<property name="visible">true</property>
<property name="halign">end</property>
<property name="valign">baseline</property>
+ <property name="ellipsize">end</property>
+ <property name="max-width-chars">50</property>
</object>
</child>
</object>